func crypto/internal/fips140/bigmod.ctEq
7 uses
crypto/internal/fips140/bigmod (current package)
nat.go#L45: func ctEq(x, y uint) choice {
nat.go#L252: equal &= ctEq(xLimbs[i], yLimbs[i])
nat.go#L267: zero &= ctEq(xLimbs[i], 0)
nat.go#L284: one := ctEq(xLimbs[0], 1)
nat.go#L286: one &= ctEq(xLimbs[i], 0)
nat.go#L1023: tmp.assign(ctEq(k, uint(i+1)), table[i])
nat.go#L1028: out.assign(not(ctEq(k, 0)), tmp)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)